home *** CD-ROM | disk | FTP | other *** search
/ Real Girls - Strip Poker / Real Girls Strip POker (Windows 95 CD-ROM).iso / _SETUP.1 / hide.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-07-30  |  379 b   |  17 lines

  1. on exitFrame
  2.   global bouncH, bouncV, thisLoop, dirH, dirV, ballSpeed
  3.   cursor(200)
  4.   set bouncH to random(600)
  5.   set bouncV to random(400)
  6.   set dirH to 6
  7.   set dirV to 6
  8.   set ballSpeed to 6
  9.   set thisLoop to 1
  10. end
  11.  
  12. on startMovie
  13.   set the centerStage to 1
  14.   set the rect of window "Hide" to rect(the stageLeft, the stageTop, the stageRight, the stageBottom)
  15.   cursor(200)
  16. end
  17.